home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3811 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  748 b 

  1. Path: bln.sel.alcatel.de!news
  2. From: 1570sw <1570sw@setsk0.rpi.ses.alcatel.es>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: inserting assembly code in C?
  5. Date: Wed, 31 Jan 1996 12:08:39 -0800
  6. Organization: Alcatel SEL AG Berlin
  7. Message-ID: <310FCC47.6A4@setsk0.rpi.ses.alcatel.es>
  8. References: <4emsvo$lq4@linet02.li.net>
  9. NNTP-Posting-Host: setxa2.rpi.ses.alcatel.es
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win16; I)
  14.  
  15. Don Matthews wrote:
  16. > I'm using Borland C compiler and I'd like to know how I would go about
  17. > inserting some assembly code into my C programs.
  18. > Thanks...
  19.  
  20.  
  21. Hi!
  22.  
  23. You have tow ways:
  24.  
  25. Use the C instruction inline or put your .asm files in the project file.
  26.